-
Re: how to construct large math operators
This is handled by the MATH table in the font. The MathGlyphConstruction subtable tells the typesetting engine how to construct large or wide versions of a glyph, either directly through variant glyp…3 -
Re: HOI .ttf file messes up MacOS Ventura
I seem to recall someone saying recently (maybe it was @"Laurence Penney") that Ventura had an experimental, and broken, implementation of avar2, but that it had been even more recently fix…3 -
Re: Where do you put the circumflex in /hcircumflex, and caron in /kcaron?
While we're on the subject, any clues on ḣ? I'm trying to work out what to do with this Noto issue.1 -
Re: Converting Obscure Font Format into TTF
I can see why you wanted to save it.6 -
Re: Converting Obscure Font Format into TTF
Try this: from defcon import Font, Glyph import re import argparse parser = argparse.ArgumentParser(description='Convert a FNT file to UFO.') parser.add_argument('input', metavar='FNT', help='FNT fil…5